golang.org/x/net/http2.ClientConn.nextStreamID (field)

11 uses

	golang.org/x/net/http2 (current package)
		transport.go#L320: 	nextStreamID    uint32
		transport.go#L739: 		nextStreamID:          1,
		transport.go#L785: 		cc.nextStreamID = 3
		transport.go#L958: 	if cc.singleUse && cc.nextStreamID > 1 {
		transport.go#L974: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		transport.go#L1029: 	nextID := cc.nextStreamID
		transport.go#L1089: 	maxStreamID := cc.nextStreamID
		transport.go#L2073: 	cs.ID = cc.nextStreamID
		transport.go#L2074: 	cc.nextStreamID += 2
		transport.go#L2100: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		transport.go#L2598: 		neverSent := cc.nextStreamID